home *** CD-ROM | disk | FTP | other *** search
- ( Define RPL words for icons if not already defined )
-
- ?& COG-Size2D NOT ?IF
- : COG-Size2D 2 10 0 MENU 0 ;
- : COG-Size3D 2 10 1 MENU 0 ;
- : COG-Stretch 2 10 2 MENU 0 ;
- : COG-Extend 2 10 3 MENU 0 ;
- : COG-Rotate 2 10 4 MENU 0 ;
- : COG-Mirror 2 10 5 MENU 0 ;
- : COG-RotExt 2 10 7 MENU 0 ;
- : COG-HelpMe "r3d3:help/tools.guide" "ModifyCOGs" 0 AGUIDE 0 ;
- ?ENDIF
-
- ?& IO.RPL NOT ?IF
- "r3d3:rpl/sys/io.rpl" LOAD
- ?ENDIF
-
- ( Load Tool window using defined words )
- "r3d3:environments/ModifyCOGs" lIO_RWIN 0 FIL_LOAD
-